home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network CD 2
/
Network CD - Volume 2.iso
/
programs
/
dopus
/
arexx_scripts
/
dopuslharexx2
/
arexx
/
stoplhahandler.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-07-01
|
320 b
|
17 lines
/*rx
*
* StopLhAHandler - close down the LhaHandler by sending the 'CLOSE' command
* to it's message port (if it exists)
*
* $VER: StopLhAHandler 40.1 (23/05/94) by Geoff Seeley
*
* Usage: StopLhAHandler (from ARexx)
*
*/
if show('p', 'LHALIST.1') then do
address 'LHALIST.1' 'CLOSE'
end